home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Scorpio / Horoscope Companion: Scorpio.iso / pc / scorpio / contents.dir / 00013.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  466 b   |  26 lines

  1. on startRollover whichSprite
  2.   hStartRolloverAction(whichSprite)
  3. end
  4.  
  5. on mouseDown
  6.   if hButtonAction02() then
  7.     mouseUp()
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   global gSoundFadeOut, gWhichMovie, gSignLetter
  13.   cursor(4)
  14.   hAddBookmark()
  15.   hCheckCurrentFrameLabel()
  16.   puppetSprite(the clickOn, 0)
  17.   sound fadeOut 1, 1 * 60
  18.   set gSoundFadeOut to 1
  19.   set gWhichMovie to gSignLetter & "C.DIR"
  20.   startTimer()
  21. end
  22.  
  23. on endRollover whichSprite
  24.   hEndRolloverAction(whichSprite)
  25. end
  26.